pub struct MoveType;Trait Implementations§
Source§impl<'de> Deserialize<'de> for MoveType
impl<'de> Deserialize<'de> for MoveType
Source§fn deserialize<D>(deserializer: D) -> Result<MoveType, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<MoveType, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MoveType
impl RefUnwindSafe for MoveType
impl Send for MoveType
impl Sync for MoveType
impl Unpin for MoveType
impl UnwindSafe for MoveType
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