pub struct Transparent(pub FieldRef);Expand description
A structure that determines transparence over a field.
Tuple Fields§
§0: FieldRefTrait Implementations§
Source§impl Clone for Transparent
impl Clone for Transparent
Source§fn clone(&self) -> Transparent
fn clone(&self) -> Transparent
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 Transparent
impl Debug for Transparent
Source§impl Hash for Transparent
impl Hash for Transparent
Source§impl Parse for Transparent
impl Parse for Transparent
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl PartialEq for Transparent
impl PartialEq for Transparent
impl Eq for Transparent
impl StructuralPartialEq for Transparent
Auto Trait Implementations§
impl Freeze for Transparent
impl RefUnwindSafe for Transparent
impl !Send for Transparent
impl !Sync for Transparent
impl Unpin for Transparent
impl UnwindSafe for Transparent
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