pub struct AllowExplicit;
Trait Implementations§
Source§impl Clone for AllowExplicit
impl Clone for AllowExplicit
Source§fn clone(&self) -> AllowExplicit
fn clone(&self) -> AllowExplicit
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 AllowExplicit
impl Debug for AllowExplicit
Source§impl<'unique_lifetime_name> FromPest<'unique_lifetime_name> for AllowExplicit
impl<'unique_lifetime_name> FromPest<'unique_lifetime_name> for AllowExplicit
Source§impl PartialEq for AllowExplicit
impl PartialEq for AllowExplicit
impl StructuralPartialEq for AllowExplicit
Auto Trait Implementations§
impl Freeze for AllowExplicit
impl RefUnwindSafe for AllowExplicit
impl Send for AllowExplicit
impl Sync for AllowExplicit
impl Unpin for AllowExplicit
impl UnwindSafe for AllowExplicit
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