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