pub struct Codeblock {
pub prop: Property,
}
Fields§
§prop: Property
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Codeblock
impl RefUnwindSafe for Codeblock
impl Send for Codeblock
impl Sync for Codeblock
impl Unpin for Codeblock
impl UnwindSafe for Codeblock
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