pub struct Sunray { /* private fields */ }Expand description
Represents a sunray object, instanciable by the orchestrator.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sunray
impl RefUnwindSafe for Sunray
impl Send for Sunray
impl Sync for Sunray
impl Unpin for Sunray
impl UnwindSafe for Sunray
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