Struct polyphony_types::entities::FriendSourceFlags
source · pub struct FriendSourceFlags {
pub all: bool,
}Fields§
§all: boolTrait Implementations§
source§impl Clone for FriendSourceFlags
impl Clone for FriendSourceFlags
source§fn clone(&self) -> FriendSourceFlags
fn clone(&self) -> FriendSourceFlags
Returns a copy 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 FriendSourceFlags
impl Debug for FriendSourceFlags
source§impl Default for FriendSourceFlags
impl Default for FriendSourceFlags
source§impl<'de> Deserialize<'de> for FriendSourceFlags
impl<'de> Deserialize<'de> for FriendSourceFlags
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<FriendSourceFlags> for FriendSourceFlags
impl PartialEq<FriendSourceFlags> for FriendSourceFlags
source§fn eq(&self, other: &FriendSourceFlags) -> bool
fn eq(&self, other: &FriendSourceFlags) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FriendSourceFlags
impl Serialize for FriendSourceFlags
impl Eq for FriendSourceFlags
impl StructuralEq for FriendSourceFlags
impl StructuralPartialEq for FriendSourceFlags
Auto Trait Implementations§
impl RefUnwindSafe for FriendSourceFlags
impl Send for FriendSourceFlags
impl Sync for FriendSourceFlags
impl Unpin for FriendSourceFlags
impl UnwindSafe for FriendSourceFlags
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