struct ComponentRow {
directory_id: String,
key_path: Option<String>,
}Fields§
§directory_id: String§key_path: Option<String>Trait Implementations§
Source§impl Clone for ComponentRow
impl Clone for ComponentRow
Source§fn clone(&self) -> ComponentRow
fn clone(&self) -> ComponentRow
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 ComponentRow
impl RefUnwindSafe for ComponentRow
impl Send for ComponentRow
impl Sync for ComponentRow
impl Unpin for ComponentRow
impl UnwindSafe for ComponentRow
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