pub struct IrcIdDiff {
pub network: Option<String>,
pub nickname: Option<String>,
}Expand description
Representation of the irc_id-diff resource
Fields§
§network: Option<String>IRC network
nickname: Option<String>Nickname
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IrcIdDiff
impl<'de> Deserialize<'de> for IrcIdDiff
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
impl StructuralPartialEq for IrcIdDiff
Auto Trait Implementations§
impl Freeze for IrcIdDiff
impl RefUnwindSafe for IrcIdDiff
impl Send for IrcIdDiff
impl Sync for IrcIdDiff
impl Unpin for IrcIdDiff
impl UnsafeUnpin for IrcIdDiff
impl UnwindSafe for IrcIdDiff
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