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