pub struct DroidGuids {
pub volume: String,
pub object: String,
}Expand description
A Droid volume/object GUID pair, rendered in the canonical 8-4-4-4-12 form.
Fields§
§volume: StringThe volume identifier GUID.
object: StringThe object (file) identifier GUID.
Trait Implementations§
Source§impl Clone for DroidGuids
impl Clone for DroidGuids
Source§fn clone(&self) -> DroidGuids
fn clone(&self) -> DroidGuids
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 DroidGuids
impl Debug for DroidGuids
impl Eq for DroidGuids
Source§impl PartialEq for DroidGuids
impl PartialEq for DroidGuids
Source§fn eq(&self, other: &DroidGuids) -> bool
fn eq(&self, other: &DroidGuids) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DroidGuids
Auto Trait Implementations§
impl Freeze for DroidGuids
impl RefUnwindSafe for DroidGuids
impl Send for DroidGuids
impl Sync for DroidGuids
impl Unpin for DroidGuids
impl UnsafeUnpin for DroidGuids
impl UnwindSafe for DroidGuids
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