pub struct CommandEffects {
pub sync: SyncIntent,
}Fields§
§sync: SyncIntentImplementations§
Source§impl CommandEffects
impl CommandEffects
pub fn none() -> Self
pub fn interactive() -> Self
Trait Implementations§
Source§impl Clone for CommandEffects
impl Clone for CommandEffects
Source§fn clone(&self) -> CommandEffects
fn clone(&self) -> CommandEffects
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CommandEffects
impl Debug for CommandEffects
Auto Trait Implementations§
impl Freeze for CommandEffects
impl RefUnwindSafe for CommandEffects
impl Send for CommandEffects
impl Sync for CommandEffects
impl Unpin for CommandEffects
impl UnsafeUnpin for CommandEffects
impl UnwindSafe for CommandEffects
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