pub struct AddKeyResultLocation {
pub id: String,
pub pid: String,
}Fields§
§id: StringThe unique identifier of the virtual node.
pid: StringThe unique identifier of the physical node.
Implementations§
Source§impl AddKeyResultLocation
impl AddKeyResultLocation
Sourcepub fn builder() -> AddKeyResultLocationBuilder
pub fn builder() -> AddKeyResultLocationBuilder
Create an instance of AddKeyResultLocation using the builder syntax
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddKeyResultLocation
impl RefUnwindSafe for AddKeyResultLocation
impl Send for AddKeyResultLocation
impl Sync for AddKeyResultLocation
impl Unpin for AddKeyResultLocation
impl UnwindSafe for AddKeyResultLocation
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