pub struct ExpandAddressOptions {}Expand description
Options for use with expand_address.
Trait Implementations§
Source§impl Debug for ExpandAddressOptions
impl Debug for ExpandAddressOptions
Source§impl Default for ExpandAddressOptions
impl Default for ExpandAddressOptions
Source§fn default() -> ExpandAddressOptions
fn default() -> ExpandAddressOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExpandAddressOptions
impl RefUnwindSafe for ExpandAddressOptions
impl Send for ExpandAddressOptions
impl Sync for ExpandAddressOptions
impl Unpin for ExpandAddressOptions
impl UnwindSafe for ExpandAddressOptions
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