pub enum Propagation {
Rprivate,
Rslave,
}
Expand description
The propagation used for rootlesskit’s --copy-up
option.
Corresponds to the value passed to the --propagation
option.
Variants§
Trait Implementations§
Source§impl Clone for Propagation
impl Clone for Propagation
Source§fn clone(&self) -> Propagation
fn clone(&self) -> Propagation
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 Propagation
impl Debug for Propagation
Source§impl Default for Propagation
impl Default for Propagation
Source§fn default() -> Propagation
fn default() -> Propagation
Returns the “default value” for a type. Read more
Source§impl Display for Propagation
impl Display for Propagation
Source§impl PartialEq for Propagation
impl PartialEq for Propagation
impl Copy for Propagation
impl Eq for Propagation
impl StructuralPartialEq for Propagation
Auto Trait Implementations§
impl Freeze for Propagation
impl RefUnwindSafe for Propagation
impl Send for Propagation
impl Sync for Propagation
impl Unpin for Propagation
impl UnwindSafe for Propagation
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