pub struct PostRendererIdentity { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PostRendererIdentity
impl Clone for PostRendererIdentity
Source§impl Debug for PostRendererIdentity
impl Debug for PostRendererIdentity
impl Eq for PostRendererIdentity
Source§impl PartialEq for PostRendererIdentity
impl PartialEq for PostRendererIdentity
impl StructuralPartialEq for PostRendererIdentity
Auto Trait Implementations§
impl Freeze for PostRendererIdentity
impl RefUnwindSafe for PostRendererIdentity
impl Send for PostRendererIdentity
impl Sync for PostRendererIdentity
impl Unpin for PostRendererIdentity
impl UnsafeUnpin for PostRendererIdentity
impl UnwindSafe for PostRendererIdentity
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