pub struct CreateStatelessServiceArg {
pub init_data: Vec<u8>,
pub partition_id: GUID,
pub instance_id: i64,
pub service_name: Uri,
pub service_type_name: WString,
}Fields§
§init_data: Vec<u8>§partition_id: GUID§instance_id: i64§service_name: Uri§service_type_name: WStringAuto Trait Implementations§
impl Freeze for CreateStatelessServiceArg
impl RefUnwindSafe for CreateStatelessServiceArg
impl Send for CreateStatelessServiceArg
impl Sync for CreateStatelessServiceArg
impl Unpin for CreateStatelessServiceArg
impl UnwindSafe for CreateStatelessServiceArg
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