pub struct UserCollaborationsGetCollaborationOptions {
pub fields: Option<Vec<String>>,
}Expand description
Optional parameters for UserCollaborationsManager::get_collaboration.
Fields§
§fields: Option<Vec<String>>Trait Implementations§
Source§impl Clone for UserCollaborationsGetCollaborationOptions
impl Clone for UserCollaborationsGetCollaborationOptions
Source§fn clone(&self) -> UserCollaborationsGetCollaborationOptions
fn clone(&self) -> UserCollaborationsGetCollaborationOptions
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 Default for UserCollaborationsGetCollaborationOptions
impl Default for UserCollaborationsGetCollaborationOptions
Source§fn default() -> UserCollaborationsGetCollaborationOptions
fn default() -> UserCollaborationsGetCollaborationOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UserCollaborationsGetCollaborationOptions
impl RefUnwindSafe for UserCollaborationsGetCollaborationOptions
impl Send for UserCollaborationsGetCollaborationOptions
impl Sync for UserCollaborationsGetCollaborationOptions
impl Unpin for UserCollaborationsGetCollaborationOptions
impl UnsafeUnpin for UserCollaborationsGetCollaborationOptions
impl UnwindSafe for UserCollaborationsGetCollaborationOptions
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