pub struct LinearTeamRef {
pub id: String,
pub key: String,
pub name: String,
}Fields§
§id: String§key: String§name: StringTrait Implementations§
Source§impl Clone for LinearTeamRef
impl Clone for LinearTeamRef
Source§fn clone(&self) -> LinearTeamRef
fn clone(&self) -> LinearTeamRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LinearTeamRef
impl Debug for LinearTeamRef
Source§impl Default for LinearTeamRef
impl Default for LinearTeamRef
Source§fn default() -> LinearTeamRef
fn default() -> LinearTeamRef
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinearTeamRef
impl<'de> Deserialize<'de> for LinearTeamRef
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
Auto Trait Implementations§
impl Freeze for LinearTeamRef
impl RefUnwindSafe for LinearTeamRef
impl Send for LinearTeamRef
impl Sync for LinearTeamRef
impl Unpin for LinearTeamRef
impl UnsafeUnpin for LinearTeamRef
impl UnwindSafe for LinearTeamRef
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