pub struct GetIsolateIdBuilder;Implementations§
Source§impl GetIsolateIdBuilder
impl GetIsolateIdBuilder
pub fn new() -> Self
pub fn build(self) -> GetIsolateId
Trait Implementations§
Source§impl Clone for GetIsolateIdBuilder
impl Clone for GetIsolateIdBuilder
Source§fn clone(&self) -> GetIsolateIdBuilder
fn clone(&self) -> GetIsolateIdBuilder
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 GetIsolateIdBuilder
impl Debug for GetIsolateIdBuilder
Source§impl Default for GetIsolateIdBuilder
impl Default for GetIsolateIdBuilder
Source§fn default() -> GetIsolateIdBuilder
fn default() -> GetIsolateIdBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetIsolateIdBuilder
impl RefUnwindSafe for GetIsolateIdBuilder
impl Send for GetIsolateIdBuilder
impl Sync for GetIsolateIdBuilder
impl Unpin for GetIsolateIdBuilder
impl UnsafeUnpin for GetIsolateIdBuilder
impl UnwindSafe for GetIsolateIdBuilder
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