Enum rquickjs_core::class::Writable
source · pub enum Writable {}
Expand description
A marker type used for marking the mutability of a class.
When a class has Writable
as it Mutable type you can borrow it both mutability and immutable.
Trait Implementations§
impl Mutability for Writable
Auto Trait Implementations§
impl RefUnwindSafe for Writable
impl Send for Writable
impl Sync for Writable
impl Unpin for Writable
impl UnwindSafe for Writable
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