Struct PropertyFlag
pub struct PropertyFlag(/* private fields */);
Implementations§
§impl PropertyFlag
impl PropertyFlag
pub const DELETED: PropertyFlag = _
pub const CREATED: PropertyFlag = _
pub const MODIFIED: PropertyFlag = _
Trait Implementations§
§impl Clone for PropertyFlag
impl Clone for PropertyFlag
§fn clone(&self) -> PropertyFlag
fn clone(&self) -> PropertyFlag
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 more§impl Debug for PropertyFlag
impl Debug for PropertyFlag
§impl Default for PropertyFlag
impl Default for PropertyFlag
§fn default() -> PropertyFlag
fn default() -> PropertyFlag
Returns the “default value” for a type. Read more
§impl From<u8> for PropertyFlag
impl From<u8> for PropertyFlag
§fn from(value: u8) -> PropertyFlag
fn from(value: u8) -> PropertyFlag
Converts to this type from the input type.
§impl Hash for PropertyFlag
impl Hash for PropertyFlag
§impl Ord for PropertyFlag
impl Ord for PropertyFlag
§impl PartialEq for PropertyFlag
impl PartialEq for PropertyFlag
§impl PartialOrd for PropertyFlag
impl PartialOrd for PropertyFlag
impl Copy for PropertyFlag
impl Eq for PropertyFlag
impl StructuralPartialEq for PropertyFlag
Auto Trait Implementations§
impl Freeze for PropertyFlag
impl RefUnwindSafe for PropertyFlag
impl Send for PropertyFlag
impl Sync for PropertyFlag
impl Unpin for PropertyFlag
impl UnwindSafe for PropertyFlag
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)