pub struct EntityAliasCreateRequest {
pub name: String,
pub canonical_id: String,
pub mount_accessor: String,
pub metadata: Option<HashMap<String, String>>,
}Fields§
§name: String§canonical_id: String§mount_accessor: String§metadata: Option<HashMap<String, String>>Trait Implementations§
Source§impl Clone for EntityAliasCreateRequest
impl Clone for EntityAliasCreateRequest
Source§fn clone(&self) -> EntityAliasCreateRequest
fn clone(&self) -> EntityAliasCreateRequest
Returns a duplicate 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 Debug for EntityAliasCreateRequest
impl Debug for EntityAliasCreateRequest
Source§impl Default for EntityAliasCreateRequest
impl Default for EntityAliasCreateRequest
Source§fn default() -> EntityAliasCreateRequest
fn default() -> EntityAliasCreateRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EntityAliasCreateRequest
impl RefUnwindSafe for EntityAliasCreateRequest
impl Send for EntityAliasCreateRequest
impl Sync for EntityAliasCreateRequest
impl Unpin for EntityAliasCreateRequest
impl UnsafeUnpin for EntityAliasCreateRequest
impl UnwindSafe for EntityAliasCreateRequest
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