pub struct ListOptions<'a> {
pub exclude_globs: Option<Vec<&'a str>>,
}Fields§
§exclude_globs: Option<Vec<&'a str>>Implementations§
Source§impl<'a> ListOptions<'a>
impl<'a> ListOptions<'a>
Getters
pub fn exclude_globs(&'a self) -> Option<&'a [&'a str]>
Trait Implementations§
Source§impl<'a> From<&'a [&'a str]> for ListOptions<'a>
impl<'a> From<&'a [&'a str]> for ListOptions<'a>
Auto Trait Implementations§
impl<'a> Freeze for ListOptions<'a>
impl<'a> RefUnwindSafe for ListOptions<'a>
impl<'a> Send for ListOptions<'a>
impl<'a> Sync for ListOptions<'a>
impl<'a> Unpin for ListOptions<'a>
impl<'a> UnwindSafe for ListOptions<'a>
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