Struct PropagateMode
pub struct PropagateMode(/* private fields */);
Implementations§
§impl PropagateMode
impl PropagateMode
pub const ADD_TO_LIST: PropagateMode = _
pub const DELETE_FROM_LIST: PropagateMode = _
Trait Implementations§
§impl Clone for PropagateMode
impl Clone for PropagateMode
§fn clone(&self) -> PropagateMode
fn clone(&self) -> PropagateMode
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 PropagateMode
impl Debug for PropagateMode
§impl Default for PropagateMode
impl Default for PropagateMode
§fn default() -> PropagateMode
fn default() -> PropagateMode
Returns the “default value” for a type. Read more
§impl From<u8> for PropagateMode
impl From<u8> for PropagateMode
§fn from(value: u8) -> PropagateMode
fn from(value: u8) -> PropagateMode
Converts to this type from the input type.
§impl Hash for PropagateMode
impl Hash for PropagateMode
§impl Ord for PropagateMode
impl Ord for PropagateMode
§impl PartialEq for PropagateMode
impl PartialEq for PropagateMode
§impl PartialOrd for PropagateMode
impl PartialOrd for PropagateMode
impl Copy for PropagateMode
impl Eq for PropagateMode
impl StructuralPartialEq for PropagateMode
Auto Trait Implementations§
impl Freeze for PropagateMode
impl RefUnwindSafe for PropagateMode
impl Send for PropagateMode
impl Sync for PropagateMode
impl Unpin for PropagateMode
impl UnwindSafe for PropagateMode
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
)