pub struct ImageUrlArgs { /* private fields */ }Expand description
Builder for ImageUrl.
Implementations§
Trait Implementations§
Source§impl Clone for ImageUrlArgs
impl Clone for ImageUrlArgs
Source§fn clone(&self) -> ImageUrlArgs
fn clone(&self) -> ImageUrlArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImageUrlArgs
impl Debug for ImageUrlArgs
Auto Trait Implementations§
impl Freeze for ImageUrlArgs
impl RefUnwindSafe for ImageUrlArgs
impl Send for ImageUrlArgs
impl Sync for ImageUrlArgs
impl Unpin for ImageUrlArgs
impl UnsafeUnpin for ImageUrlArgs
impl UnwindSafe for ImageUrlArgs
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