#[repr(C)]pub struct JsonnetJsonValue {
pub id: usize,
}Fields§
§id: usizeTrait Implementations§
Source§impl Clone for JsonnetJsonValue
impl Clone for JsonnetJsonValue
Source§fn clone(&self) -> JsonnetJsonValue
fn clone(&self) -> JsonnetJsonValue
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 JsonnetJsonValue
impl Debug for JsonnetJsonValue
impl Copy for JsonnetJsonValue
Auto Trait Implementations§
impl Freeze for JsonnetJsonValue
impl RefUnwindSafe for JsonnetJsonValue
impl Send for JsonnetJsonValue
impl Sync for JsonnetJsonValue
impl Unpin for JsonnetJsonValue
impl UnsafeUnpin for JsonnetJsonValue
impl UnwindSafe for JsonnetJsonValue
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