Struct clockwork_network_program::state::WorkerSettings
source · pub struct WorkerSettings {
pub commission_rate: u64,
pub signatory: Pubkey,
}
Expand description
WorkerSettings
Fields§
§commission_rate: u64
§signatory: Pubkey
Trait Implementations§
source§impl BorshDeserialize for WorkerSettingswhere
u64: BorshDeserialize,
Pubkey: BorshDeserialize,
impl BorshDeserialize for WorkerSettingswhere u64: BorshDeserialize, Pubkey: BorshDeserialize,
Auto Trait Implementations§
impl RefUnwindSafe for WorkerSettings
impl Send for WorkerSettings
impl Sync for WorkerSettings
impl Unpin for WorkerSettings
impl UnwindSafe for WorkerSettings
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