pub struct FindRootsResponse {
pub roots: Vec<(Path, StorePath)>,
}
Fields§
§roots: Vec<(Path, StorePath)>
Trait Implementations§
Source§impl Clone for FindRootsResponse
impl Clone for FindRootsResponse
Source§fn clone(&self) -> FindRootsResponse
fn clone(&self) -> FindRootsResponse
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 FindRootsResponse
impl Debug for FindRootsResponse
Source§impl<'de> Deserialize<'de> for FindRootsResponse
impl<'de> Deserialize<'de> for FindRootsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FindRootsResponse
impl RefUnwindSafe for FindRootsResponse
impl Send for FindRootsResponse
impl Sync for FindRootsResponse
impl Unpin for FindRootsResponse
impl UnwindSafe for FindRootsResponse
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