pub struct UnparsedBlock {
pub text: String,
}Fields§
§text: StringTrait Implementations§
Source§impl Clone for UnparsedBlock
impl Clone for UnparsedBlock
Source§fn clone(&self) -> UnparsedBlock
fn clone(&self) -> UnparsedBlock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnparsedBlock
impl Debug for UnparsedBlock
Source§impl PartialEq for UnparsedBlock
impl PartialEq for UnparsedBlock
impl StructuralPartialEq for UnparsedBlock
Auto Trait Implementations§
impl Freeze for UnparsedBlock
impl RefUnwindSafe for UnparsedBlock
impl Send for UnparsedBlock
impl Sync for UnparsedBlock
impl Unpin for UnparsedBlock
impl UnwindSafe for UnparsedBlock
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