pub struct CollectionFullNoElements {Show 13 fields
pub type: Option<CollectionType>,
pub name: Option<String>,
pub description: Option<String>,
pub distribution: Option<DistributionLevelId>,
pub sharing_group_id: Option<Option<String>>,
pub id: Option<String>,
pub org_id: Option<String>,
pub orgc_id: Option<String>,
pub uuid: Option<Uuid>,
pub created: Option<String>,
pub modified: Option<String>,
pub org: Option<Box<EventOrganisation>>,
pub orgc: Option<Box<EventOrganisation>>,
}
Fields§
§type: Option<CollectionType>
§name: Option<String>
§description: Option<String>
§distribution: Option<DistributionLevelId>
§sharing_group_id: Option<Option<String>>
§id: Option<String>
§org_id: Option<String>
§orgc_id: Option<String>
§uuid: Option<Uuid>
§created: Option<String>
§modified: Option<String>
§org: Option<Box<EventOrganisation>>
§orgc: Option<Box<EventOrganisation>>
Implementations§
Source§impl CollectionFullNoElements
impl CollectionFullNoElements
pub fn new() -> CollectionFullNoElements
Trait Implementations§
Source§impl Clone for CollectionFullNoElements
impl Clone for CollectionFullNoElements
Source§fn clone(&self) -> CollectionFullNoElements
fn clone(&self) -> CollectionFullNoElements
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 CollectionFullNoElements
impl Debug for CollectionFullNoElements
Source§impl Default for CollectionFullNoElements
impl Default for CollectionFullNoElements
Source§fn default() -> CollectionFullNoElements
fn default() -> CollectionFullNoElements
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CollectionFullNoElements
impl<'de> Deserialize<'de> for CollectionFullNoElements
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 CollectionFullNoElements
impl PartialEq for CollectionFullNoElements
Source§impl Serialize for CollectionFullNoElements
impl Serialize for CollectionFullNoElements
impl StructuralPartialEq for CollectionFullNoElements
Auto Trait Implementations§
impl Freeze for CollectionFullNoElements
impl RefUnwindSafe for CollectionFullNoElements
impl Send for CollectionFullNoElements
impl Sync for CollectionFullNoElements
impl Unpin for CollectionFullNoElements
impl UnwindSafe for CollectionFullNoElements
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