pub struct Tree {
pub source: String,
pub definitions: DefinitionTree,
}
Fieldsยง
ยงsource: String
ยงdefinitions: DefinitionTree
Implementationsยง
Trait Implementationsยง
Sourceยงimpl<'__de, __Context> BorrowDecode<'__de, __Context> for Tree
impl<'__de, __Context> BorrowDecode<'__de, __Context> for Tree
Sourceยงfn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Auto Trait Implementationsยง
impl Freeze for Tree
impl RefUnwindSafe for Tree
impl Send for Tree
impl Sync for Tree
impl Unpin for Tree
impl UnwindSafe for Tree
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