pub struct ShmemFieldAttrs {
pub field_bound: bool,
}
Fields§
§field_bound: bool
Trait Implementations§
source§impl Default for ShmemFieldAttrs
impl Default for ShmemFieldAttrs
source§fn default() -> ShmemFieldAttrs
fn default() -> ShmemFieldAttrs
Returns the “default value” for a type. Read more
source§impl FromField for ShmemFieldAttrs
impl FromField for ShmemFieldAttrs
fn from_field(__field: &Field) -> Result<Self>
Auto Trait Implementations§
impl Freeze for ShmemFieldAttrs
impl RefUnwindSafe for ShmemFieldAttrs
impl Send for ShmemFieldAttrs
impl Sync for ShmemFieldAttrs
impl Unpin for ShmemFieldAttrs
impl UnwindSafe for ShmemFieldAttrs
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