pub struct UserStructure {
pub structure_id: StructureID,
pub user_id: UserID,
pub is_manager: bool,
}Fields§
§structure_id: StructureID§user_id: UserID§is_manager: boolTrait Implementations§
Source§impl Clone for UserStructure
impl Clone for UserStructure
Source§fn clone(&self) -> UserStructure
fn clone(&self) -> UserStructure
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 UserStructure
impl Debug for UserStructure
Source§impl<'de> Deserialize<'de> for UserStructure
impl<'de> Deserialize<'de> for UserStructure
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 UserStructure
impl PartialEq for UserStructure
Source§impl Serialize for UserStructure
impl Serialize for UserStructure
impl Eq for UserStructure
impl StructuralPartialEq for UserStructure
Auto Trait Implementations§
impl Freeze for UserStructure
impl RefUnwindSafe for UserStructure
impl Send for UserStructure
impl Sync for UserStructure
impl Unpin for UserStructure
impl UnwindSafe for UserStructure
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