struct ShortcutRow {
directory_id: String,
name: String,
target: String,
}Fields§
§directory_id: String§name: String§target: StringTrait Implementations§
Source§impl Clone for ShortcutRow
impl Clone for ShortcutRow
Source§fn clone(&self) -> ShortcutRow
fn clone(&self) -> ShortcutRow
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 moreAuto Trait Implementations§
impl Freeze for ShortcutRow
impl RefUnwindSafe for ShortcutRow
impl Send for ShortcutRow
impl Sync for ShortcutRow
impl Unpin for ShortcutRow
impl UnwindSafe for ShortcutRow
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