pub struct ResolvedCache {
pub name: String,
pub target: String,
pub source: Option<String>,
pub read_only: bool,
}Fields§
§name: String§target: String§source: Option<String>§read_only: boolTrait Implementations§
Source§impl Clone for ResolvedCache
impl Clone for ResolvedCache
Source§fn clone(&self) -> ResolvedCache
fn clone(&self) -> ResolvedCache
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 ResolvedCache
impl RefUnwindSafe for ResolvedCache
impl Send for ResolvedCache
impl Sync for ResolvedCache
impl Unpin for ResolvedCache
impl UnsafeUnpin for ResolvedCache
impl UnwindSafe for ResolvedCache
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