Struct copilot2::request::NotifyRejectedParams
source · pub struct NotifyRejectedParams {
pub uuids: Vec<String>,
}
Fields§
§uuids: Vec<String>
Trait Implementations§
source§impl Debug for NotifyRejectedParams
impl Debug for NotifyRejectedParams
source§impl<'de> Deserialize<'de> for NotifyRejectedParams
impl<'de> Deserialize<'de> for NotifyRejectedParams
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for NotifyRejectedParams
impl Send for NotifyRejectedParams
impl Sync for NotifyRejectedParams
impl Unpin for NotifyRejectedParams
impl UnwindSafe for NotifyRejectedParams
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more