pub struct IdentFilter {
pub ident: Ident,
}Fields§
§ident: IdentTrait Implementations§
Source§impl Clone for IdentFilter
impl Clone for IdentFilter
Source§fn clone(&self) -> IdentFilter
fn clone(&self) -> IdentFilter
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 IdentFilter
impl Debug for IdentFilter
Auto Trait Implementations§
impl Freeze for IdentFilter
impl RefUnwindSafe for IdentFilter
impl Send for IdentFilter
impl Sync for IdentFilter
impl Unpin for IdentFilter
impl UnwindSafe for IdentFilter
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