pub struct NoSnippets;Expand description
A SnippetSource that never has anything — for callers with no checkout,
and for tests that do not care.
Trait Implementations§
Source§impl Clone for NoSnippets
impl Clone for NoSnippets
Source§fn clone(&self) -> NoSnippets
fn clone(&self) -> NoSnippets
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NoSnippets
Source§impl Debug for NoSnippets
impl Debug for NoSnippets
Source§impl Default for NoSnippets
impl Default for NoSnippets
Source§fn default() -> NoSnippets
fn default() -> NoSnippets
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoSnippets
impl RefUnwindSafe for NoSnippets
impl Send for NoSnippets
impl Sync for NoSnippets
impl Unpin for NoSnippets
impl UnsafeUnpin for NoSnippets
impl UnwindSafe for NoSnippets
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