pub struct OutputUserOrganisation {
pub organisation: String,
pub profile: String,
pub default: bool,
}Fields§
§organisation: String§profile: String§default: boolImplementations§
Trait Implementations§
Source§impl Clone for OutputUserOrganisation
impl Clone for OutputUserOrganisation
Source§fn clone(&self) -> OutputUserOrganisation
fn clone(&self) -> OutputUserOrganisation
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 OutputUserOrganisation
impl Debug for OutputUserOrganisation
Source§impl Default for OutputUserOrganisation
impl Default for OutputUserOrganisation
Source§fn default() -> OutputUserOrganisation
fn default() -> OutputUserOrganisation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OutputUserOrganisation
impl<'de> Deserialize<'de> for OutputUserOrganisation
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 OutputUserOrganisation
impl PartialEq for OutputUserOrganisation
Source§impl Serialize for OutputUserOrganisation
impl Serialize for OutputUserOrganisation
impl StructuralPartialEq for OutputUserOrganisation
Auto Trait Implementations§
impl Freeze for OutputUserOrganisation
impl RefUnwindSafe for OutputUserOrganisation
impl Send for OutputUserOrganisation
impl Sync for OutputUserOrganisation
impl Unpin for OutputUserOrganisation
impl UnwindSafe for OutputUserOrganisation
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