pub struct RolesObject(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for RolesObject
impl Clone for RolesObject
Source§fn clone(&self) -> RolesObject
fn clone(&self) -> RolesObject
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RolesObject
impl Debug for RolesObject
Source§impl<'de> Deserialize<'de> for RolesObject
impl<'de> Deserialize<'de> for RolesObject
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 RolesObject
impl PartialEq for RolesObject
Source§impl Serialize for RolesObject
impl Serialize for RolesObject
impl Eq for RolesObject
impl StructuralPartialEq for RolesObject
Auto Trait Implementations§
impl Freeze for RolesObject
impl RefUnwindSafe for RolesObject
impl Send for RolesObject
impl Sync for RolesObject
impl Unpin for RolesObject
impl UnwindSafe for RolesObject
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