pub struct NoneBrowserPolicy;
Expand description
Browse policy that browses nothing except the root nodes.
Trait Implementations§
Source§impl BrowserPolicy for NoneBrowserPolicy
impl BrowserPolicy for NoneBrowserPolicy
Source§fn get_next(&self, _results: &BrowseResultItem) -> Vec<BrowseDescription>
fn get_next(&self, _results: &BrowseResultItem) -> Vec<BrowseDescription>
Given a parent node, and a list of references from that node,
return a list of nodes to browse next.
Source§impl Clone for NoneBrowserPolicy
impl Clone for NoneBrowserPolicy
Source§fn clone(&self) -> NoneBrowserPolicy
fn clone(&self) -> NoneBrowserPolicy
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 Debug for NoneBrowserPolicy
impl Debug for NoneBrowserPolicy
impl Copy for NoneBrowserPolicy
Auto Trait Implementations§
impl Freeze for NoneBrowserPolicy
impl RefUnwindSafe for NoneBrowserPolicy
impl Send for NoneBrowserPolicy
impl Sync for NoneBrowserPolicy
impl Unpin for NoneBrowserPolicy
impl UnwindSafe for NoneBrowserPolicy
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