pub struct AnimationInputAttrs {
pub no_bound: Option<PathList>,
}
Fields§
§no_bound: Option<PathList>
Trait Implementations§
source§impl Default for AnimationInputAttrs
impl Default for AnimationInputAttrs
source§fn default() -> AnimationInputAttrs
fn default() -> AnimationInputAttrs
Returns the “default value” for a type. Read more
source§impl FromDeriveInput for AnimationInputAttrs
impl FromDeriveInput for AnimationInputAttrs
source§fn from_derive_input(__di: &DeriveInput) -> Result<Self>
fn from_derive_input(__di: &DeriveInput) -> Result<Self>
Create an instance from
syn::DeriveInput
, or return an error.Auto Trait Implementations§
impl Freeze for AnimationInputAttrs
impl RefUnwindSafe for AnimationInputAttrs
impl !Send for AnimationInputAttrs
impl !Sync for AnimationInputAttrs
impl Unpin for AnimationInputAttrs
impl UnwindSafe for AnimationInputAttrs
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