pub struct PHCollectionListSubtype(pub i64);Expand description
Wraps PHCollectionListSubtype.
Tuple Fields§
§0: i64Raw value for PHCollectionListSubtype.
Implementations§
Source§impl PHCollectionListSubtype
impl PHCollectionListSubtype
Sourcepub const REGULAR_FOLDER: Self
pub const REGULAR_FOLDER: Self
Constant on PHCollectionListSubtype.
Sourcepub const SMART_FOLDER_EVENTS: Self
pub const SMART_FOLDER_EVENTS: Self
Constant on PHCollectionListSubtype.
Sourcepub const SMART_FOLDER_FACES: Self
pub const SMART_FOLDER_FACES: Self
Constant on PHCollectionListSubtype.
Trait Implementations§
Source§impl Clone for PHCollectionListSubtype
impl Clone for PHCollectionListSubtype
Source§fn clone(&self) -> PHCollectionListSubtype
fn clone(&self) -> PHCollectionListSubtype
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 PHCollectionListSubtype
impl Debug for PHCollectionListSubtype
Source§impl Default for PHCollectionListSubtype
impl Default for PHCollectionListSubtype
Source§fn default() -> PHCollectionListSubtype
fn default() -> PHCollectionListSubtype
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PHCollectionListSubtype
impl<'de> Deserialize<'de> for PHCollectionListSubtype
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 From<PHCollectionListSubtype> for i64
impl From<PHCollectionListSubtype> for i64
Source§fn from(value: PHCollectionListSubtype) -> Self
fn from(value: PHCollectionListSubtype) -> Self
Converts to this type from the input type.
Source§impl From<i64> for PHCollectionListSubtype
impl From<i64> for PHCollectionListSubtype
Source§impl Hash for PHCollectionListSubtype
impl Hash for PHCollectionListSubtype
Source§impl PartialEq for PHCollectionListSubtype
impl PartialEq for PHCollectionListSubtype
Source§fn eq(&self, other: &PHCollectionListSubtype) -> bool
fn eq(&self, other: &PHCollectionListSubtype) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PHCollectionListSubtype
impl Serialize for PHCollectionListSubtype
impl Copy for PHCollectionListSubtype
impl Eq for PHCollectionListSubtype
impl StructuralPartialEq for PHCollectionListSubtype
Auto Trait Implementations§
impl Freeze for PHCollectionListSubtype
impl RefUnwindSafe for PHCollectionListSubtype
impl Send for PHCollectionListSubtype
impl Sync for PHCollectionListSubtype
impl Unpin for PHCollectionListSubtype
impl UnsafeUnpin for PHCollectionListSubtype
impl UnwindSafe for PHCollectionListSubtype
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