pub struct CodexRemoteControlEnablement {
pub status: CodexRemoteControlStatus,
pub backup_path: PathBuf,
}Fields§
§status: CodexRemoteControlStatus§backup_path: PathBufTrait Implementations§
Source§impl Clone for CodexRemoteControlEnablement
impl Clone for CodexRemoteControlEnablement
Source§fn clone(&self) -> CodexRemoteControlEnablement
fn clone(&self) -> CodexRemoteControlEnablement
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 moreAuto Trait Implementations§
impl Freeze for CodexRemoteControlEnablement
impl RefUnwindSafe for CodexRemoteControlEnablement
impl Send for CodexRemoteControlEnablement
impl Sync for CodexRemoteControlEnablement
impl Unpin for CodexRemoteControlEnablement
impl UnsafeUnpin for CodexRemoteControlEnablement
impl UnwindSafe for CodexRemoteControlEnablement
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