Mutation

Struct Mutation 

Source
pub struct Mutation<'b>(/* private fields */);

Trait Implementations§

Source§

impl Debug for Mutation<'_>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

§

impl<'b> !Freeze for Mutation<'b>

§

impl<'b> !RefUnwindSafe for Mutation<'b>

§

impl<'b> !Send for Mutation<'b>

§

impl<'b> !Sized for Mutation<'b>

§

impl<'b> !Sync for Mutation<'b>

§

impl<'b> !Unpin for Mutation<'b>

§

impl<'b> !UnwindSafe for Mutation<'b>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more