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