pub struct GlobResult {
pub matches: Vec<String>,
pub truncated: bool,
}Fields§
§matches: Vec<String>§truncated: boolTrait Implementations§
Source§impl Clone for GlobResult
impl Clone for GlobResult
Source§fn clone(&self) -> GlobResult
fn clone(&self) -> GlobResult
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 moreSource§impl Debug for GlobResult
impl Debug for GlobResult
Auto Trait Implementations§
impl Freeze for GlobResult
impl RefUnwindSafe for GlobResult
impl Send for GlobResult
impl Sync for GlobResult
impl Unpin for GlobResult
impl UnsafeUnpin for GlobResult
impl UnwindSafe for GlobResult
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