Struct zed2::languages::markdown::ParsedRegion
source · pub struct ParsedRegion {
pub code: bool,
pub link: Option<Link>,
}
Fields§
§code: bool
§link: Option<Link>
Trait Implementations§
source§impl Clone for ParsedRegion
impl Clone for ParsedRegion
source§fn clone(&self) -> ParsedRegion
fn clone(&self) -> ParsedRegion
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for ParsedRegion
impl Send for ParsedRegion
impl Sync for ParsedRegion
impl Unpin for ParsedRegion
impl UnwindSafe for ParsedRegion
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