pub struct GrabType(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GrabType
impl<'de> Deserialize<'de> for GrabType
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
Source§impl Ord for GrabType
impl Ord for GrabType
Source§impl PartialOrd for GrabType
impl PartialOrd for GrabType
impl Copy for GrabType
impl Eq for GrabType
impl StructuralPartialEq for GrabType
Auto Trait Implementations§
impl Freeze for GrabType
impl RefUnwindSafe for GrabType
impl Send for GrabType
impl Sync for GrabType
impl Unpin for GrabType
impl UnwindSafe for GrabType
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