pub struct RootsManager { /* private fields */ }Expand description
Manages the client’s declared root URIs.
Roots are directories or files that the client has exposed to the server. The server should only access files within these roots.
Implementations§
Trait Implementations§
Source§impl Clone for RootsManager
impl Clone for RootsManager
Source§fn clone(&self) -> RootsManager
fn clone(&self) -> RootsManager
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 moreSource§impl Default for RootsManager
impl Default for RootsManager
Source§fn default() -> RootsManager
fn default() -> RootsManager
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RootsManager
impl !RefUnwindSafe for RootsManager
impl Send for RootsManager
impl Sync for RootsManager
impl Unpin for RootsManager
impl UnsafeUnpin for RootsManager
impl !UnwindSafe for RootsManager
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