pub struct remote_domain_disk_error {
pub disk: remote_nonnull_string,
pub error: i32,
}
Fields§
§disk: remote_nonnull_string
§error: i32
Trait Implementations§
Source§impl Clone for remote_domain_disk_error
impl Clone for remote_domain_disk_error
Source§fn clone(&self) -> remote_domain_disk_error
fn clone(&self) -> remote_domain_disk_error
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 moreSource§impl Debug for remote_domain_disk_error
impl Debug for remote_domain_disk_error
Source§impl<Out: Write> Pack<Out> for remote_domain_disk_error
impl<Out: Write> Pack<Out> for remote_domain_disk_error
Source§impl PartialEq for remote_domain_disk_error
impl PartialEq for remote_domain_disk_error
Source§impl<In: Read> Unpack<In> for remote_domain_disk_error
impl<In: Read> Unpack<In> for remote_domain_disk_error
impl Eq for remote_domain_disk_error
impl StructuralPartialEq for remote_domain_disk_error
Auto Trait Implementations§
impl Freeze for remote_domain_disk_error
impl RefUnwindSafe for remote_domain_disk_error
impl Send for remote_domain_disk_error
impl Sync for remote_domain_disk_error
impl Unpin for remote_domain_disk_error
impl UnwindSafe for remote_domain_disk_error
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