pub enum StoppointMode {
Write,
ReadWrite,
Execute,
}Variants§
Trait Implementations§
Source§impl Clone for StoppointMode
impl Clone for StoppointMode
Source§fn clone(&self) -> StoppointMode
fn clone(&self) -> StoppointMode
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 StoppointMode
impl Debug for StoppointMode
Source§impl Display for StoppointMode
impl Display for StoppointMode
impl Copy for StoppointMode
Auto Trait Implementations§
impl Freeze for StoppointMode
impl RefUnwindSafe for StoppointMode
impl Send for StoppointMode
impl Sync for StoppointMode
impl Unpin for StoppointMode
impl UnwindSafe for StoppointMode
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