pub struct JSONListElem<T: JSONValue, U: JSONList> { /* private fields */ }
Implementations§
Source§impl<T: JSONValue, U: JSONList> JSONListElem<T, U>
impl<T: JSONValue, U: JSONList> JSONListElem<T, U>
pub fn new(elem: T, next: U) -> JSONListElem<T, U>
Trait Implementations§
Auto Trait Implementations§
impl<T, U> Freeze for JSONListElem<T, U>
impl<T, U> RefUnwindSafe for JSONListElem<T, U>where
T: RefUnwindSafe,
U: RefUnwindSafe,
impl<T, U> Send for JSONListElem<T, U>
impl<T, U> Sync for JSONListElem<T, U>
impl<T, U> Unpin for JSONListElem<T, U>
impl<T, U> UnwindSafe for JSONListElem<T, U>where
T: UnwindSafe,
U: UnwindSafe,
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