pub struct LinodeId(pub u64);
Tuple Fields§
§0: u64
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LinodeId
impl<'de> Deserialize<'de> for LinodeId
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 Copy for LinodeId
Auto Trait Implementations§
impl Freeze for LinodeId
impl RefUnwindSafe for LinodeId
impl Send for LinodeId
impl Sync for LinodeId
impl Unpin for LinodeId
impl UnwindSafe for LinodeId
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