pub struct SyscallGetRentSysvar {}
Expand description
Get a Rent sysvar
Implementations§
Auto Trait Implementations§
impl Freeze for SyscallGetRentSysvar
impl RefUnwindSafe for SyscallGetRentSysvar
impl Send for SyscallGetRentSysvar
impl Sync for SyscallGetRentSysvar
impl Unpin for SyscallGetRentSysvar
impl UnwindSafe for SyscallGetRentSysvar
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