Struct safe_vk::Restriction
source · pub struct Restriction { /* private fields */ }Trait Implementations§
source§impl Debug for Restriction
impl Debug for Restriction
source§impl<'de> Deserialize<'de> for Restriction
impl<'de> Deserialize<'de> for Restriction
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 PartialEq for Restriction
impl PartialEq for Restriction
source§fn eq(&self, other: &Restriction) -> bool
fn eq(&self, other: &Restriction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for Restriction
Auto Trait Implementations§
impl RefUnwindSafe for Restriction
impl Send for Restriction
impl Sync for Restriction
impl Unpin for Restriction
impl UnwindSafe for Restriction
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