pub struct PresentArguments { /* private fields */ }
Expand description
The arguments and name of a single Present
extension.
Implementations§
Trait Implementations§
source§impl Debug for PresentArguments
impl Debug for PresentArguments
source§impl<'a> IntoIterator for &'a PresentArguments
impl<'a> IntoIterator for &'a PresentArguments
source§type IntoIter = PresentArgumentsIter<'a>
type IntoIter = PresentArgumentsIter<'a>
Which kind of iterator are we turning this into?
source§fn into_iter(self) -> <&'a PresentArguments as IntoIterator>::IntoIter
fn into_iter(self) -> <&'a PresentArguments as IntoIterator>::IntoIter
Creates an iterator from a value. Read more
Auto Trait Implementations§
impl !Freeze for PresentArguments
impl RefUnwindSafe for PresentArguments
impl Send for PresentArguments
impl Sync for PresentArguments
impl Unpin for PresentArguments
impl UnwindSafe for PresentArguments
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