pub struct SetAAttributes<'a>(/* private fields */);
Implementations§
Source§impl<'a> SetAAttributes<'a>
impl<'a> SetAAttributes<'a>
Sourcepub fn expand(&self) -> Expansion<'_, SetAAttributes<'_>>
pub fn expand(&self) -> Expansion<'_, SetAAttributes<'_>>
Begin expanding the capability.
Trait Implementations§
Source§impl<'a> AsRef<[u8]> for SetAAttributes<'a>
impl<'a> AsRef<[u8]> for SetAAttributes<'a>
Source§impl<'a> Capability<'a> for SetAAttributes<'a>
impl<'a> Capability<'a> for SetAAttributes<'a>
Source§impl<'a> Clone for SetAAttributes<'a>
impl<'a> Clone for SetAAttributes<'a>
Source§fn clone(&self) -> SetAAttributes<'a>
fn clone(&self) -> SetAAttributes<'a>
Returns a copy 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<'a> Debug for SetAAttributes<'a>
impl<'a> Debug for SetAAttributes<'a>
Source§impl<'a> PartialEq for SetAAttributes<'a>
impl<'a> PartialEq for SetAAttributes<'a>
impl<'a> Eq for SetAAttributes<'a>
impl<'a> StructuralPartialEq for SetAAttributes<'a>
Auto Trait Implementations§
impl<'a> Freeze for SetAAttributes<'a>
impl<'a> RefUnwindSafe for SetAAttributes<'a>
impl<'a> Send for SetAAttributes<'a>
impl<'a> Sync for SetAAttributes<'a>
impl<'a> Unpin for SetAAttributes<'a>
impl<'a> UnwindSafe for SetAAttributes<'a>
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