pub struct FusClient {
pub info: BinaryInform,
/* private fields */
}Fields§
§info: BinaryInformImplementations§
Source§impl FusClient
impl FusClient
pub fn new() -> Result<Self>
pub fn fetch_binary_info(&mut self, model: &str, region: &str)
pub fn init_download(&mut self)
pub fn download_file( &self, start: Option<u64>, end: Option<u64>, ) -> Result<Response>
pub fn get_decryptor(&self) -> Aes128EcbDec
Auto Trait Implementations§
impl Freeze for FusClient
impl !RefUnwindSafe for FusClient
impl Send for FusClient
impl Sync for FusClient
impl Unpin for FusClient
impl UnsafeUnpin for FusClient
impl !UnwindSafe for FusClient
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